home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 7: Programming / CDAT7.iso / demos / VisualAge for Java 2.0 Entry / setup / data1.cab / ide-e / IDE / cache / WJRGBT (.txt) < prev    next >
Encoding:
Java Class File  |  1998-09-16  |  936 b   |  24 lines

  1. package com.sun.java.swing.plaf.basic;
  2.  
  3. import com.sun.java.swing.AbstractAction;
  4. import java.awt.event.ActionEvent;
  5.  
  6. class BasicListUI$1 extends AbstractAction {
  7.    // $FF: synthetic field
  8.    BasicListUI this$0;
  9.  
  10.    public void actionPerformed(ActionEvent e) {
  11.       this.this$0.selectPreviousIndex();
  12.    }
  13.  
  14.    public boolean isEnabled() {
  15.       return true;
  16.    }
  17.  
  18.    // $FF: synthetic method
  19.    BasicListUI$1(BasicListUI this$0, String unnamedArg$1) {
  20.       super(unnamedArg$1);
  21.       this.this$0 = this$0;
  22.    }
  23. }
  24.